[INFO] cloning repository https://github.com/tajisoft/rust-mavlink-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tajisoft/rust-mavlink-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftajisoft%2Frust-mavlink-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftajisoft%2Frust-mavlink-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2a1e56ee6b5bc730ce2369644b6b775478990cb6
[INFO] fixing tajisoft/rust-mavlink-test against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftajisoft%2Frust-mavlink-test" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tajisoft/rust-mavlink-test
[INFO] finished tweaking git repo https://github.com/tajisoft/rust-mavlink-test
[INFO] tweaked toml for git repo https://github.com/tajisoft/rust-mavlink-test written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tajisoft/rust-mavlink-test on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tajisoft/rust-mavlink-test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5055016719facaa32d7e7d2ea106c09555aa871fb952b96f3fa2cbf96aaa4a15
[INFO] running `Command { std: "docker" "start" "5055016719facaa32d7e7d2ea106c09555aa871fb952b96f3fa2cbf96aaa4a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5055016719facaa32d7e7d2ea106c09555aa871fb952b96f3fa2cbf96aaa4a15" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5055016719facaa32d7e7d2ea106c09555aa871fb952b96f3fa2cbf96aaa4a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5055016719facaa32d7e7d2ea106c09555aa871fb952b96f3fa2cbf96aaa4a15" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.125 removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling libc v0.2.93
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling debug-helper v0.3.11
[INFO] [stderr]    Compiling bitflags v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling xml-rs v0.2.2
[INFO] [stderr]    Compiling crc-any v2.3.9
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling mavlink v0.9.0
[INFO] [stderr]     Checking mavlink-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s
[INFO] [stderr] crater-edition-check: mavlink-test v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling mavlink v0.9.0
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:127:38
[INFO] [stdout]     |
[INFO] [stdout] 127 | #[cfg_attr(feature = "serde", derive(Serialize))]
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:46:26
[INFO] [stdout]     |
[INFO] [stdout]  46 | use serde::{Deserialize, Serialize};
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:98:38
[INFO] [stdout]    |
[INFO] [stdout] 98 | #[cfg_attr(feature = "serde", derive(Serialize))]
[INFO] [stdout]    |                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:99:31
[INFO] [stdout]    |
[INFO] [stdout] 99 | #[cfg_attr(feature = "serde", serde(tag = "type"))]
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:89:49
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.9.0/src/lib.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:6025
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:6037
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:6090
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { ICAROUS_HEARTBEAT (...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:2890
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ICAROUS_KINEMATIC_BANDS_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:2902
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ICAROUS_KINEMATIC_BANDS_DATA { pub min1 : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:1845
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ICAROUS_HEARTBEAT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:1857
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ICAROUS_HEARTBEAT_DATA { pub status : Icar...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:1337
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:1349
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:1402
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum IcarousFmsState { ICAROUS_FMS_ST...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:853
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:865
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/icarous.rs:2:918
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum IcarousTrackBandTypes { ICAROUS_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:117514
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:117526
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:117579
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { SENSOR_OFFSETS ( SE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:115674
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_9_TO_12_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:115686
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_9_TO_12_DATA { pub voltage :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:113828
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_5_TO_8_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:113840
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_5_TO_8_DATA { pub voltage : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:111982
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_1_TO_4_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:111994
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_1_TO_4_DATA { pub voltage : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:110962
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AOA_SSA_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:110974
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AOA_SSA_DATA { pub time_usec : u64 , pub A...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:109446
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_DELTA_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:109458
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_DELTA_DATA { pub time_usec...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:107303
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADAP_TUNING_DATA { pub desire...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:107315
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADAP_TUNING_DATA { pub desired : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:106311
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_REPLY_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:106323
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_REPLY_DATA { pub request_i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:104219
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_DATA { pub re...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:104231
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_DATA { pub request_id : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:102876
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_REPLY_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:102888
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_REPLY_DATA { pub request_id...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:100967
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_DATA { pub req...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:100979
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_DATA { pub request_id : u32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:100062
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RPM_DATA { pub rpm1 : f32 , p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:100074
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RPM_DATA { pub rpm1 : f32 , pub rpm2 : f32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:97232
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EFI_STATUS_DATA { pub ecu_ind...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:97244
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EFI_STATUS_DATA { pub ecu_index : f32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:95921
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_RESPONSE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:95933
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_RESPONSE_DATA { pub cmd_id : Gop...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:94499
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_REQUEST_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:94511
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_REQUEST_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:93028
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_RESPONSE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:93040
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_RESPONSE_DATA { pub cmd_id : Gop...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:91766
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_REQUEST_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:91778
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_REQUEST_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:90117
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_HEARTBEAT_DATA { pub st...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:90129
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_HEARTBEAT_DATA { pub status : GoproH...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:88735
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_TORQUE_CMD_REPORT_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:88747
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_TORQUE_CMD_REPORT_DATA { pub rl_tor...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:87374
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_CONTROL_DATA { pub dem...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:87386
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_CONTROL_DATA { pub demanded_rate_x ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:85244
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_REPORT_DATA { pub delt...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:85256
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_REPORT_DATA { pub delta_time : f32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:83203
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEEPSTALL_DATA { pub landing_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:83215
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEEPSTALL_DATA { pub landing_lat : i32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:81673
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PID_TUNING_DATA { pub desired...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:81685
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PID_TUNING_DATA { pub desired : f32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:79932
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EKF_STATUS_REPORT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:79944
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EKF_STATUS_REPORT_DATA { pub velocity_vari...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:77636
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MAG_CAL_REPORT_DATA { pub fit...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:77648
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MAG_CAL_REPORT_DATA { pub fitness : f32 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:75677
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MAG_CAL_PROGRESS_DATA { pub d...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:75689
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MAG_CAL_PROGRESS_DATA { pub direction_x : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:74232
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LED_CONTROL_DATA { pub target...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:74244
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LED_CONTROL_DATA { pub target_system : u8 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:72820
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REMOTE_LOG_BLOCK_STATUS_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:72832
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REMOTE_LOG_BLOCK_STATUS_DATA { pub seqno :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:71321
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REMOTE_LOG_DATA_BLOCK_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:71333
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REMOTE_LOG_DATA_BLOCK_DATA { pub seqno : M...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:70283
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_REQUEST_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:70295
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_REQUEST_DATA { pub targe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:68675
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS3_DATA { pub roll : f32 ,...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:68687
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS3_DATA { pub roll : f32 , pub pitch : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:67708
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY2_DATA { pub voltage :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:67720
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY2_DATA { pub voltage : u16 , pub cu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:65534
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_FEEDBACK_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:65546
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_FEEDBACK_DATA { pub time_usec : u64...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:63764
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_STATUS_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:63776
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_STATUS_DATA { pub time_usec : u64 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:62488
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS2_DATA { pub roll : f32 ,...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:62500
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS2_DATA { pub roll : f32 , pub pitch : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:61044
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPASSMOT_STATUS_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:61056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPASSMOT_STATUS_DATA { pub current : f32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:59961
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RALLY_FETCH_POINT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:59973
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RALLY_FETCH_POINT_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:58071
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RALLY_POINT_DATA { pub lat : ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:58083
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RALLY_POINT_DATA { pub lat : i32 , pub lng...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:56184
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIRSPEED_AUTOCAL_DATA { pub v...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:56196
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIRSPEED_AUTOCAL_DATA { pub vx : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:55226
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RANGEFINDER_DATA { pub distan...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:55238
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RANGEFINDER_DATA { pub distance : f32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:54144
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA96_DATA { pub mavtype : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:54156
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA96_DATA { pub mavtype : u8 , pub len :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:53062
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA64_DATA { pub mavtype : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:53074
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA64_DATA { pub mavtype : u8 , pub len :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:51997
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA32_DATA { pub mavtype : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:52009
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA32_DATA { pub mavtype : u8 , pub len :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:50932
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA16_DATA { pub mavtype : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:50944
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA16_DATA { pub mavtype : u8 , pub len :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:49906
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_DATA { pub direction : f...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:49918
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_DATA { pub direction : f32 , pub spee...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:47371
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LIMITS_STATUS_DATA { pub last...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:47383
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LIMITS_STATUS_DATA { pub last_trigger : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:46016
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_DATA { pub rxerrors : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:46028
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_DATA { pub rxerrors : u16 , pub fixe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:45097
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HWSTATUS_DATA { pub Vcc : u16...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:45109
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HWSTATUS_DATA { pub Vcc : u16 , pub I2Cerr...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:43367
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIMSTATE_DATA { pub roll : f3...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:43379
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIMSTATE_DATA { pub roll : f32 , pub pitch...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:41916
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS_DATA { pub omegaIx : f32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:41928
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AHRS_DATA { pub omegaIx : f32 , pub omegaI...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:40833
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_FETCH_POINT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:40845
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_FETCH_POINT_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:39518
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_POINT_DATA { pub lat : ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:39530
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_POINT_DATA { pub lat : f32 , pub lng...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:38210
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_STATUS_DATA { pub point...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:38222
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_STATUS_DATA { pub pointing_a : i32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:36818
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_CONTROL_DATA { pub inpu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:36830
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_CONTROL_DATA { pub input_a : i32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:35267
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_CONFIGURE_DATA { pub ta...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:35279
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_CONFIGURE_DATA { pub target_system :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:33505
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DIGICAM_CONTROL_DATA { pub ex...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:33517
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DIGICAM_CONTROL_DATA { pub extra_value : f...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:31607
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DIGICAM_CONFIGURE_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:31619
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DIGICAM_CONFIGURE_DATA { pub extra_value :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:30333
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AP_ADC_DATA { pub adc1 : u16 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:30345
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AP_ADC_DATA { pub adc1 : u16 , pub adc2 : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:29397
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMINFO_DATA { pub brkval : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:29409
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMINFO_DATA { pub brkval : u16 , pub free...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:28087
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MAG_OFFSETS_DATA { pub ma...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:28099
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MAG_OFFSETS_DATA { pub mag_ofs_x : i16...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:26025
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SENSOR_OFFSETS_DATA { pub mag...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:26037
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SENSOR_OFFSETS_DATA { pub mag_declination ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:25554
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:25566
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:25619
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum TrackerMode { TRACKER_MODE_MANUA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:24979
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:24991
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:25044
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum RoverMode { ROVER_MODE_MANUAL = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:24453
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:24465
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:24518
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum SubMode { SUB_MODE_STABILIZE = 0...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:23627
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:23639
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:23692
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CopterMode { COPTER_MODE_STABILI...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22728
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22740
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22793
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum PlaneMode { PLANE_MODE_MANUAL = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22142
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22154
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:22207
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum DeepstallStage { DEEPSTALL_STAGE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21736
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21748
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21801
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum DeviceOpBustype { DEVICE_OP_BUST...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21262
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21274
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:21327
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavRemoteLogDataBlockStatuses { ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20768
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20780
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20833
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavRemoteLogDataBlockCommands { ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20212
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20224
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:20277
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MagCalStatus { MAG_CAL_NOT_START...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:19738
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:19750
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:19803
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum PidTuningAxis { PID_TUNING_ROLL ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:19105
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EkfStatusFlags : u16 { const ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:19117
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EkfStatusFlags : u16 { const EKF_ATTITUDE ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18708
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18720
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18773
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum LedControlPattern { LED_CONTROL_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18012
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18024
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:18077
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproBurstRate { GOPRO_BURST_RAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17517
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17529
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17582
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproModel { GOPRO_MODEL_UNKNOWN...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17112
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17124
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:17177
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproCharging { GOPRO_CHARGING_D...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15953
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15965
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:16018
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproProtuneExposure { GOPRO_PRO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15473
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15485
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15538
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproProtuneSharpness { GOPRO_PR...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14971
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14983
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:15036
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproProtuneGain { GOPRO_PROTUNE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14533
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14545
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14598
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproProtuneColour { GOPRO_PROTU...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13948
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13960
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:14013
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproProtuneWhiteBalance { GOPRO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13375
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13387
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13440
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproPhotoResolution { GOPRO_PHO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:12959
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:12971
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:13024
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproVideoSettingsFlags { GOPRO_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:12506
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:12518
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:12571
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproFieldOfView { GOPRO_FIELD_O...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:11788
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:11800
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:11853
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproFrameRate { GOPRO_FRAME_RAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:10981
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:10993
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:11046
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproResolution { GOPRO_RESOLUTI...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:10360
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:10372
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:10425
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproCaptureMode { GOPRO_CAPTURE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9467
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9479
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9532
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproCommand { GOPRO_COMMAND_POW...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9053
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9065
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:9118
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproRequestStatus { GOPRO_REQUE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:8712
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GoproHeartbeatFlags : u8 { co...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:8724
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GoproHeartbeatFlags : u8 { const GOPRO_FLA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:8242
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:8254
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:8307
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GoproHeartbeatStatus { GOPRO_HEA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7695
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7707
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7760
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GimbalAxisCalibrationRequired { ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7148
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7160
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:7213
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GimbalAxisCalibrationStatus { GI...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6750
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6762
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6815
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GimbalAxis { GIMBAL_AXIS_YAW = 0...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6143
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6155
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:6208
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavModeGimbal { MAV_MODE_GIMBAL_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5627
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5639
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5692
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraFeedbackFlags { CAMERA_FEE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5027
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5039
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:5092
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraStatusTypes { CAMERA_STATU...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4613
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4625
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4678
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum WinchActions { WINCH_RELAXED = 0...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4210
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4222
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:4275
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GripperActions { GRIPPER_ACTION_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3879
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RallyFlags : u8 { const FAVOR...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3891
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RallyFlags : u8 { const FAVORABLE_WIND = 1...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3589
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LimitModule : u8 { const LIMI...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3601
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LimitModule : u8 { const LIMIT_GPSLOCK = 1...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3197
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3209
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:3262
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum LimitsState { LIMITS_INIT = 0 , ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:2792
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:2804
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:2857
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ScriptingCmd { SCRIPTING_CMD_REP...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:1543
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:1555
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:1608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCmd { MAV_CMD_DO_GRIPPER = 21...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:896
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:608
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:908
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/ardupilotmega.rs:2:961
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AccelcalVehiclePos { ACCELCAL_VE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:426952
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:426964
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:427017
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { HEARTBEAT ( HEARTBE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:425496
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_MESSAGE_PACK_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:425508
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_MESSAGE_PACK_DATA { pub targ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:423783
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_OPERATOR_ID_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:423795
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_OPERATOR_ID_DATA { pub targe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:420692
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SYSTEM_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:420704
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SYSTEM_DATA { pub operator_l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:419007
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SELF_ID_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:419019
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SELF_ID_DATA { pub target_sy...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:416894
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_AUTHENTICATION_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:416906
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_AUTHENTICATION_DATA { pub ti...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:412663
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_LOCATION_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:412675
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_LOCATION_DATA { pub latitude...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:410775
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_BASIC_ID_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:410787
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_BASIC_ID_DATA { pub target_s...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:409635
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WHEEL_DISTANCE_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:409647
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WHEEL_DISTANCE_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:408342
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SUPPORTED_TUNES_DATA { pub fo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:408354
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SUPPORTED_TUNES_DATA { pub format : TuneFo...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:406865
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_V2_DATA { pub forma...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:406877
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_V2_DATA { pub format : TuneForma...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:404980
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPONENT_INFORMATION_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:404992
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPONENT_INFORMATION_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:400961
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ONBOARD_COMPUTER_STATUS_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:400973
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ONBOARD_COMPUTER_STATUS_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:399400
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TUNNEL_DATA { pub payload_typ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:399412
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TUNNEL_DATA { pub payload_type : MavTunnel...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:398030
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIME_ESTIMATE_TO_TARGET_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:398042
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIME_ESTIMATE_TO_TARGET_DATA { pub safe_re...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:396846
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_OUTPUT_STATUS_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:396858
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_OUTPUT_STATUS_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:394717
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GENERATOR_STATUS_DATA { pub s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:394729
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GENERATOR_STATUS_DATA { pub status : MavGe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:392734
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_STATUS_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:392746
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_STATUS_DATA { pub fault_bitm...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:390617
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_INFO_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:390629
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_INFO_DATA { pub capacity_ful...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:389129
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ORBIT_EXECUTION_STATUS_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:389141
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ORBIT_EXECUTION_STATUS_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:387965
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_FLOAT_ARRAY_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:387977
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_FLOAT_ARRAY_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:385014
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UTM_GLOBAL_POSITION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:385026
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UTM_GLOBAL_POSITION_DATA { pub time : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:384084
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_RPM_DATA { pub frequency ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:384096
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_RPM_DATA { pub frequency : f32 , pub i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:382323
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_CONFIG_DATA { pub en...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:382335
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_CONFIG_DATA { pub enable_pin : u8...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:380606
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ISBD_LINK_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:380618
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ISBD_LINK_STATUS_DATA { pub timestamp : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:378622
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_STATUS_DATA { pub mc...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:378634
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_STATUS_DATA { pub mcc : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:376718
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_BEZ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:376730
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_BEZIER_DATA { pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:373607
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_WAY...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:373619
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_WAYPOINTS_DATA {...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:370856
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ODOMETRY_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:370868
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ODOMETRY_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:369165
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OBSTACLE_DISTANCE_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:369177
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OBSTACLE_DISTANCE_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:367454
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_ACK_DATA { pub para...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:367466
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_ACK_DATA { pub param_id : [char;...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:365786
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_SET_DATA { pub targ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:365798
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_SET_DATA { pub target_system : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:364113
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_VALUE_DATA { pub pa...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:364125
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_VALUE_DATA { pub param_count : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:363087
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_LIST_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:363099
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_LIST_DATA { pub target_s...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:361763
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_READ_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:361775
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_READ_DATA { pub param_in...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:359816
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_INFO_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:359828
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_INFO_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:358049
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_STATUS_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:358061
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_STATUS_DATA { pub time_usec : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:354902
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIS_VESSEL_DATA { pub MMSI : ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:354914
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIS_VESSEL_DATA { pub MMSI : u32 , pub lat...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:353403
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PROTOCOL_VERSION_DATA { pub v...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:353415
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PROTOCOL_VERSION_DATA { pub version : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:352252
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIFI_CONFIG_AP_DATA { pub ssi...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:352264
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIFI_CONFIG_AP_DATA { pub ssid : [char;32]...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:350438
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_TILTPAN_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:350450
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_TILTPAN_DATA { pub flag...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:347761
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_STATE_FOR_GIMBAL_DE...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:347773
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_STATE_FOR_GIMBAL_DEVICE_DATA { p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:345406
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_ATTITUDE_STATUS...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:345418
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_ATTITUDE_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:343540
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_SET_ATTITUDE_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:343552
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_SET_ATTITUDE_DATA { pub q : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:341158
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_INFORMATION_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:341170
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_INFORMATION_DATA { pub time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:339170
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_ATTITUDE_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:339182
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_ATTITUDE_DATA { pub fla...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:337867
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_STATUS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:337879
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_STATUS_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:335843
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_INFORMATION_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:335855
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_INFORMATION_DATA { pub time...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:334055
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_STATUS_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:334067
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_STATUS_DATA { pub framerate :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:331532
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_INFORMATION_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:331544
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_INFORMATION_DATA { pub framer...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:330449
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_ACK_DATA { pub sequen...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:330461
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_ACK_DATA { pub sequence : u16 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:328944
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_ACKED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:328956
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_ACKED_DATA { pub sequence : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:327463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_DATA { pub seque...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:327475
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_DATA { pub sequence : u16 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:326299
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_ORIENTATION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:326311
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_ORIENTATION_DATA { pub time_boot_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:325041
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FLIGHT_INFORMATION_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:325053
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FLIGHT_INFORMATION_DATA { pub arming_time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:322977
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_IMAGE_CAPTURED_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:322989
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_IMAGE_CAPTURED_DATA { pub time_utc ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:321478
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_CAPTURE_STATUS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:321490
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_CAPTURE_STATUS_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:319527
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STORAGE_INFORMATION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:319539
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STORAGE_INFORMATION_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:318384
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_SETTINGS_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:318396
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_SETTINGS_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:315653
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_INFORMATION_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:315665
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_INFORMATION_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:314503
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_DATA { pub target_s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:314515
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_DATA { pub target_system : u8 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:313421
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BUTTON_CHANGE_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:313433
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BUTTON_CHANGE_DATA { pub time_boot_ms : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:312125
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SETUP_SIGNING_DATA { pub init...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:312137
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SETUP_SIGNING_DATA { pub initial_timestamp...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:311108
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:311120
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_DATA { pub time_boot_ms : u32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:309900
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STATUSTEXT_DATA { pub severit...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:309912
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STATUSTEXT_DATA { pub severity : MavSeveri...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:308744
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_INT_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:308756
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_INT_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:307580
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_FLOAT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:307592
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_FLOAT_DATA { pub time_boot_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:306305
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_VECT_DATA { pub time_us...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:306317
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_VECT_DATA { pub time_usec : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:305119
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMORY_VECT_DATA { pub addres...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:305131
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMORY_VECT_DATA { pub address : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:303721
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct V2_EXTENSION_DATA { pub messa...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:303733
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct V2_EXTENSION_DATA { pub message_type : u16...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:301637
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COLLISION_DATA { pub id : u32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:301649
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COLLISION_DATA { pub id : u32 , pub time_t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:298950
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADSB_VEHICLE_DATA { pub ICAO_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:298962
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADSB_VEHICLE_DATA { pub ICAO_address : u32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:297617
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EXTENDED_SYS_STATE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:297629
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EXTENDED_SYS_STATE_DATA { pub vtol_state :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:296621
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MESSAGE_INTERVAL_DATA { pub i...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:296633
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MESSAGE_INTERVAL_DATA { pub interval_us : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:294706
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_HOME_POSITION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:294718
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_HOME_POSITION_DATA { pub latitude : i3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:292914
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HOME_POSITION_DATA { pub lati...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:292926
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HOME_POSITION_DATA { pub latitude : i32 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:291407
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIBRATION_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:291419
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIBRATION_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:287433
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY2_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:287445
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY2_DATA { pub timestamp : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:283697
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY_DATA { pub custo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:283709
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY_DATA { pub custom_mode : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:282590
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTCM_DATA_DATA { pub flag...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:282602
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTCM_DATA_DATA { pub flags : u8 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:279829
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INPUT_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:279841
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INPUT_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:278151
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_COV_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:278163
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_COV_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:276016
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESTIMATOR_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:276028
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESTIMATOR_STATUS_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:274654
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_STATUS_DATA { pub breac...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:274666
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_STATUS_DATA { pub breach_time : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:272948
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LANDING_TARGET_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:272960
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LANDING_TARGET_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:270386
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:270398
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_DATA { pub capabilities ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:268201
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY_STATUS_DATA { pub cur...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:268213
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY_STATUS_DATA { pub current_consumed...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:265522
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CONTROL_SYSTEM_STATE_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:265534
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CONTROL_SYSTEM_STATE_DATA { pub time_usec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:263294
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FOLLOW_TARGET_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:263306
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FOLLOW_TARGET_DATA { pub timestamp : u64 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:262080
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE3_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:262092
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE3_DATA { pub time_boot_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:260640
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RESOURCE_REQUEST_DATA { pub r...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:260652
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RESOURCE_REQUEST_DATA { pub request_id : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:259044
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ALTITUDE_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:259056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ALTITUDE_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:257859
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_CONTROL_TARGET_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:257871
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_CONTROL_TARGET_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:256435
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ACTUATOR_CONTROL_TARGET_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:256447
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ACTUATOR_CONTROL_TARGET_DATA { pub tim...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:255166
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATT_POS_MOCAP_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:255178
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATT_POS_MOCAP_DATA { pub time_usec : u64 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:253952
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE2_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:253964
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE2_DATA { pub time_boot_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:252479
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REPORT_DATA { pub lat...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:252491
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REPORT_DATA { pub lat : i32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:251540
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_CHECK_DATA { pub lat ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:251552
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_CHECK_DATA { pub lat : i32 , pub l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:250234
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_DATA_DATA { pub lat :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:250246
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_DATA_DATA { pub lat : i32 , pub lo...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:249084
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REQUEST_DATA { pub ma...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:249096
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REQUEST_DATA { pub mask : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:247116
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DISTANCE_SENSOR_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:247128
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DISTANCE_SENSOR_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:246061
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ENCAPSULATED_DATA_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:246073
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ENCAPSULATED_DATA_DATA { pub seqnr : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:244396
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_TRANSMISSION_HANDSHAKE_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:244408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_TRANSMISSION_HANDSHAKE_DATA { pub siz...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:242713
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU3_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:242725
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU3_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:240362
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RTK_DATA { pub time_last...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:240374
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RTK_DATA { pub time_last_baseline_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:238015
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTK_DATA { pub time_last_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:238027
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTK_DATA { pub time_last_baseline_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:236209
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERIAL_CONTROL_DATA { pub bau...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:236221
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERIAL_CONTROL_DATA { pub baudrate : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:234957
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POWER_STATUS_DATA { pub Vcc :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:234969
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POWER_STATUS_DATA { pub Vcc : u16 , pub Vs...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:232924
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RAW_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:232936
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RAW_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:231669
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INJECT_DATA_DATA { pub ta...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:231681
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INJECT_DATA_DATA { pub target_system :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:230671
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_END_DATA { pub ta...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:230683
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_END_DATA { pub target_system :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:229697
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ERASE_DATA { pub target_s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:229709
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ERASE_DATA { pub target_system : u8 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:228521
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_DATA_DATA { pub ofs : u32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:228533
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_DATA_DATA { pub ofs : u32 , pub id : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:227257
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_DATA_DATA { pub o...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:227269
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_DATA_DATA { pub ofs : u32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:226018
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ENTRY_DATA { pub time_utc...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:226030
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ENTRY_DATA { pub time_utc : u32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:224838
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_LIST_DATA { pub s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:224850
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_LIST_DATA { pub start : u16 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:223155
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU2_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:223167
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU2_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:220729
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_QUATERNION_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:220741
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_QUATERNION_DATA { pub time_usec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:218572
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_OPTICAL_FLOW_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:218584
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_OPTICAL_FLOW_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:216659
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_GPS_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:216671
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_GPS_DATA { pub time_usec : u64 , pub l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:215697
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_TRIGGER_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:215709
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_TRIGGER_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:214777
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIMESYNC_DATA { pub tc1 : i64...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:214789
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIMESYNC_DATA { pub tc1 : i64 , pub ts1 : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:213452
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FILE_TRANSFER_PROTOCOL_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:213464
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FILE_TRANSFER_PROTOCOL_DATA { pub target_n...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:212069
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_STATUS_DATA { pub rxerr...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:212081
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_STATUS_DATA { pub rxerrors : u16 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:209442
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIM_STATE_DATA { pub q1 : f32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:209454
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIM_STATE_DATA { pub q1 : f32 , pub q2 : f...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:207201
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_SENSOR_DATA { pub time_us...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:207213
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_SENSOR_DATA { pub time_usec : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:205044
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_RAD_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:205056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_RAD_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:202799
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGHRES_IMU_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:202811
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGHRES_IMU_DATA { pub time_usec : u64 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:201395
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VICON_POSITION_ESTIMATE_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:201407
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VICON_POSITION_ESTIMATE_DATA { pub usec : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:200266
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_SPEED_ESTIMATE_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:200278
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_SPEED_ESTIMATE_DATA { pub usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:198858
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_ESTIMATE_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:198870
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_ESTIMATE_DATA { pub usec :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:197422
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_VISION_POSITION_ESTIMA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:197434
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_VISION_POSITION_ESTIMATE_DATA { pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:195826
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:195838
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:194365
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_ACTUATOR_CONTROLS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:194377
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_ACTUATOR_CONTROLS_DATA { pub time_usec...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:192140
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_RC_INPUTS_RAW_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:192152
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_RC_INPUTS_RAW_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:190141
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_CONTROLS_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:190153
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_CONTROLS_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:187932
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:187944
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:186440
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_SYSTEM_GLO...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:186452
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_DA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:183901
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_GLOBAL_INT_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:183913
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_GLOBAL_INT_DATA { pub time...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:181123
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_GLOBAL_IN...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:181135
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_GLOBAL_INT_DATA { pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:178630
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_LOCAL_NED_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:178642
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_LOCAL_NED_DATA { pub time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:175898
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_LOCAL_NED...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:175910
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_LOCAL_NED_DATA { pub t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:174305
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_TARGET_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:174317
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_TARGET_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:172473
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ATTITUDE_TARGET_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:172485
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ATTITUDE_TARGET_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:170987
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_SETPOINT_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:170999
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_SETPOINT_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:169736
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_CANCEL_DATA { pub com...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:169748
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_CANCEL_DATA { pub command : MavCmd...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:168470
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_ACK_DATA { pub comman...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:168482
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_ACK_DATA { pub command : MavCmd , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:166457
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_LONG_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:166469
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_LONG_DATA { pub param1 : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:164159
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_INT_DATA { pub param1...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:164171
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_INT_DATA { pub param1 : f32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:162827
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VFR_HUD_DATA { pub airspeed :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:162839
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VFR_HUD_DATA { pub airspeed : f32 , pub gr...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:160423
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_INT_DATA { pub p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:160435
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_INT_DATA { pub param1 : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:158572
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_OVERRIDE_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:158584
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_OVERRIDE_DATA { pub chan1_raw ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:157296
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_CONTROL_DATA { pub x :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:157308
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_CONTROL_DATA { pub x : i16 , pub y ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:156243
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_STREAM_DATA { pub messag...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:156255
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_STREAM_DATA { pub message_rate : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:154899
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REQUEST_DATA_STREAM_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:154911
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REQUEST_DATA_STREAM_DATA { pub req_message...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:151952
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:151964
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:149814
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_COV_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:149826
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_COV_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:147790
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_COV_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:147802
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_COV_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:146134
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAV_CONTROLLER_OUTPUT_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:146146
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAV_CONTROLLER_OUTPUT_DATA { pub nav_roll ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:144569
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_COV_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:144581
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_COV_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:143016
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_ALLOWED_AREA_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:143028
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_ALLOWED_AREA_DATA { pub p1x : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:141224
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_SET_ALLOWED_AREA_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:141236
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_SET_ALLOWED_AREA_DATA { pub p1x : f...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:139576
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CHANGED_DATA { pub st...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:139588
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CHANGED_DATA { pub start_index : i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:138476
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_INT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:138488
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_INT_DATA { pub seq : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:136597
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_MAP_RC_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:136609
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_MAP_RC_DATA { pub param_value0 : f32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:135507
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_GLOBAL_ORIGIN_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:135519
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_GLOBAL_ORIGIN_DATA { pub latitude : i3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:134294
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_GPS_GLOBAL_ORIGIN_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:134306
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_GPS_GLOBAL_ORIGIN_DATA { pub latitude ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:133045
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ACK_DATA { pub target...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:133057
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ACK_DATA { pub target_system : u8 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:132164
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_REACHED_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:132176
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_REACHED_DATA { pub seq : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:131158
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CLEAR_ALL_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:131170
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CLEAR_ALL_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:130076
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_COUNT_DATA { pub coun...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:130088
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_COUNT_DATA { pub count : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:129058
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_LIST_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:129070
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_LIST_DATA { pub target_sys...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:128197
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CURRENT_DATA { pub se...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:128209
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CURRENT_DATA { pub seq : u16 , } i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:127097
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_SET_CURRENT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:127109
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_SET_CURRENT_DATA { pub seq : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:126013
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_DATA { pub se...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:126025
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_DATA { pub seq : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:123625
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:123637
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_DATA { pub param1 : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:122369
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_WRITE_PARTIAL_LIST_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:122381
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_WRITE_PARTIAL_LIST_DATA { pub star...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:121105
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_PARTIAL_LIST_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:121117
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_PARTIAL_LIST_DATA { pub st...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:119285
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERVO_OUTPUT_RAW_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:119297
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERVO_OUTPUT_RAW_DATA { pub time_usec : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:117404
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_RAW_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:117416
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_RAW_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:115439
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_SCALED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:115451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_SCALED_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:113828
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:113840
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:112438
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:112450
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:110889
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:110901
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:109449
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_DATA { pub time_boot...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:109461
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_DATA { pub time_boot_ms : u32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:108239
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:108251
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:106937
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_PRESSURE_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:106949
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_PRESSURE_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:105279
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_IMU_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:105291
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_IMU_DATA { pub time_usec : u64 , pub x...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:103600
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU_DATA { pub time_bo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:103612
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU_DATA { pub time_boot_ms : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:101758
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_STATUS_DATA { pub satelli...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:101770
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_STATUS_DATA { pub satellites_visible :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:99912
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RAW_INT_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:99924
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RAW_INT_DATA { pub time_usec : u64 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:98372
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_SET_DATA { pub param_va...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:98384
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_SET_DATA { pub param_value : f32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:96827
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_VALUE_DATA { pub param_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:96839
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_VALUE_DATA { pub param_value : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:95817
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_LIST_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:95829
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_LIST_DATA { pub target_syste...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:94509
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_READ_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:94521
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_READ_DATA { pub param_index ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:93290
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MODE_DATA { pub custom_mo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:93302
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MODE_DATA { pub custom_mode : u32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:91339
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LINK_NODE_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:91351
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LINK_NODE_STATUS_DATA { pub timestamp : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:90419
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTH_KEY_DATA { pub key : [ch...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:90431
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTH_KEY_DATA { pub key : [char;32] , } im...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:89299
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_ACK_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:89311
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_ACK_DATA { pub gcs...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:87998
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:88010
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_DATA { pub target_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:86853
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PING_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:86865
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PING_DATA { pub time_usec : u64 , pub seq ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:85861
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYSTEM_TIME_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:85873
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYSTEM_TIME_DATA { pub time_unix_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:82757
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYS_STATUS_DATA { pub onboard...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:82769
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYS_STATUS_DATA { pub onboard_control_sens...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:80700
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HEARTBEAT_DATA { pub custom_m...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:80712
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HEARTBEAT_DATA { pub custom_mode : u32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:80190
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:80202
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:80255
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FailureType { FAILURE_TYPE_OK = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:79326
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:79338
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:79391
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FailureUnit { FAILURE_UNIT_SENSO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:78514
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AisFlags : u16 { const AIS_FL...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:78526
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AisFlags : u16 { const AIS_FLAGS_POSITION_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:77843
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:77855
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:77908
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AisNavStatus { UNDER_WAY = 0 , A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74503
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74515
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74568
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AisType { AIS_TYPE_UNKNOWN = 0 ,...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74075
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74087
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:74140
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ComponentCapFlags { COMPONENT_CA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:73723
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TuneFormat : u32 { const TUNE...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:73735
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TuneFormat : u32 { const TUNE_FORMAT_QBASI...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:73378
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:73390
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:73443
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidOperatorIdType { MAV_ODID...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72765
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72777
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72830
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidClassEu { MAV_ODID_CLASS_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72256
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72268
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:72321
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidCategoryEu { MAV_ODID_CAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71774
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71786
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71839
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidClassificationType { MAV_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71232
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71244
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:71297
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidOperatorLocationType { MA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70850
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70862
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70915
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidDescType { MAV_ODID_DESC_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70289
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70301
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:70354
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidAuthType { MAV_ODID_AUTH_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:69375
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:69387
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:69440
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidTimeAcc { MAV_ODID_TIME_A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68804
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68816
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68869
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidSpeedAcc { MAV_ODID_SPEED...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68235
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68247
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:68300
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidVerAcc { MAV_ODID_VER_ACC...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67502
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67514
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67567
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidHorAcc { MAV_ODID_HOR_ACC...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67061
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67073
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:67126
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidHeightRef { MAV_ODID_HEIG...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:66587
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:66599
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:66652
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidStatus { MAV_ODID_STATUS_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65671
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65683
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65736
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidUaType { MAV_ODID_UA_TYPE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65178
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65190
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:65243
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidIdType { MAV_ODID_ID_TYPE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:64265
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:64277
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:64330
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavTunnelPayloadType { MAV_TUNNE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63848
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63860
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63913
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ParachuteAction { PARACHUTE_DISA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63375
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63387
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:63440
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum PrecisionLandMode { PRECISION_LA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:62792
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:62804
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:62857
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularNetworkFailedReason { CE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:61945
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:61957
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:62010
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularStatusFlag { CELLULAR_ST...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:61363
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:61375
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:61428
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularNetworkRadioType { CELLU...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:60613
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UtmDataAvailFlags : u8 { cons...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:60625
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UtmDataAvailFlags : u8 { const UTM_DATA_AV...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:60172
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:60184
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:60237
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UtmFlightState { UTM_FLIGHT_STAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:59258
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PositionTargetTypemask : u16 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:59270
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PositionTargetTypemask : u16 { const POSIT...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:58946
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:58958
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:59011
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum RcType { RC_TYPE_SPEKTRUM_DSM2 =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:58298
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:58310
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:58363
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavArmAuthDeniedReason { MAV_ARM...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57888
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57900
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57953
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraMode { CAMERA_MODE_IMAGE =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57452
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57464
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57517
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ParamAck { PARAM_ACK_ACCEPTED = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57032
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:57085
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum SetFocusType { FOCUS_TYPE_STEP =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:56581
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:56593
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:56646
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraZoomType { ZOOM_TYPE_STEP ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:56100
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ToPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-76c6d1be1113bf7e/out/common.rs:2:56112
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[WARN] too many lines in the log, truncating it
